PDF4Java Reference Documentation
com.o2sol.pdf4java.document Package / PDFDocumentInformation Class / setModifyDate Method
The date and time the document was most recently modified.
In This Topic
    setModifyDate Method
    In This Topic
    Sets the modify date.
    Syntax
    public void setModifyDate( 
       java.time.LocalDateTime modifyDate
    )

    Parameters

    modifyDate
    The date and time the document was most recently modified.
    See Also